From f74f690d839dcfc2dd3cc4f5f2ed74651309cff2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 29 Feb 2020 17:13:05 +0000 Subject: [PATCH] d/rules: Update SONAME --- debian/changelog | 1 + debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index db7816b6a3..8033b95e27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ gtk+4.0 (3.98.0-1) UNRELEASED; urgency=medium - Stop repeating "Copyright (C)" - Indent with a single space * d/control.in: Update build-dependencies + * d/rules: Update SONAME -- Simon McVittie Sat, 29 Feb 2020 14:18:02 +0000 diff --git a/debian/control b/debian/control index 8777deb4d2..719fb269fd 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Depends: adwaita-icon-theme, ${misc:Depends}, ${shlibs:Depends}, libgtk-4-common (>= ${source:Version}) -Provides: gtk4-binver-4.0.0, libgtk-4-0.9600.0 +Provides: gtk4-binver-4.0.0, libgtk-4-0.9800.0 Recommends: libgtk-4-bin Suggests: gvfs, librsvg2-common @@ -93,7 +93,7 @@ Section: debian-installer Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Provides: gtk4-binver-4.0.0, libgtk-4-0.9600.0 +Provides: gtk4-binver-4.0.0, libgtk-4-0.9800.0 Description: GTK graphical user interface library - minimal runtime This is a udeb, or a microdeb, for the debian-installer. . diff --git a/debian/rules b/debian/rules index f2056ff7d3..0f9c4d4270 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ APIVER := 4 FAKE_SONAME := 0 # ... but while it's in development, the SONAME version is really this, # changing with every upstream release -SONAME := 0.9600.0 +SONAME := 0.9800.0 LIBDIR := usr/lib/$(DEB_HOST_MULTIARCH) -- 2.30.2